[tizen_app_manager] Remove Ecore API#1037
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the tizen_app_manager package to version 0.2.4. The changes replace the usage of the Ecore thread API (ecore_thread_run) with GLib threads (g_thread_try_new) in tizen_app_manager_plugin.cc for retrieving installed applications asynchronously. It also includes error handling for thread creation and updates the associated documentation and configuration files (CHANGELOG.md, README.md, and pubspec.yaml). There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Replace ecore_thread_run in GetInstalledApps with a GLib worker thread created via g_thread_try_new.
e8c578f to
da9e167
Compare
Replace the Ecore main-loop and timer APIs with their GLib APIs.
flutter-tizen/embedder#146